ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class / Distinct Property

In This Topic
    Distinct Property (CollectionViewEditRequest<T>)
    In This Topic
    Indicate the data of column should be distinct.
    Syntax
    'Declaration
     
    Public Property Distinct As Boolean
    public bool Distinct {get; set;}
    See Also